Labels: text | font | screenshot OCR: The function fclose( ) from the standard library is used to close the files pointed to by ifp and ofp. It is good programming style to close files explicitly in the same function in which they were opened. Any files not explicitly closed by the programmer are closed automatically by the system on program exit.